home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2000 December & 2001 January / PC World Plus! D.bin / patch / msmouse32.exe / IPfilter / ipointme.inf < prev    next >
Windows Setup INFormation  |  2000-05-19  |  6KB  |  151 lines

  1. ; ipointme.INF
  2. ;
  3.  
  4. [Version]
  5. CatalogFile=ipointme.cat
  6. Signature="$Chicago$"
  7. SignOS=Windows Me
  8. Class=Mouse
  9. ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
  10. Provider=%Provider%
  11. LayoutFile=layout.inf
  12. DriverVer=08/01/2000, 3.20.0.484
  13.  
  14. [SourceDisksNames]
  15. 52=%IPOINTCD%,,0
  16.  
  17. [SourceDisksFiles]
  18. msmouse.vxd=52
  19.  
  20. [DestinationDirs]
  21. MSMouse_CopyFiles = 11
  22.  
  23. ; Manufacturer Sections
  24. ; ---------------------------------------------------------
  25. [Manufacturer]
  26. %Microsoft%  = MsMfg               
  27.  
  28. ; Microsoft
  29.  
  30. [MsMfg]
  31. %*pnp0f00.DeviceDesc%=Bus_Filtr_Inst,*PNP0F00                  ; MS bus mouse
  32. %*pnp0f01.DeviceDesc%=Ser_Filtr_Inst,*PNP0F01,SERENUM\PNP0F01  ; MS serial mouse
  33. %*pnp0f02.DeviceDesc%=Inp_Filtr_Inst,*PNP0F02                  ; MS InPort mouse
  34. %*pnp0f03.DeviceDesc%=PS2_Filtr_Inst,*PNP0F03,ACPI\PNP0F03,BIOS\PNP0F03     ; MS PS/2 mouse
  35. %*pnp0f09.DeviceDesc%=Ser_Filtr_Inst,*PNP0F09,SERENUM\PNP0F09  ; MS serial BallPoint
  36. %*pnp0f0a.DeviceDesc%=Ser_Filtr_Inst,*PNP0F0A,SERENUM\PNP0F0A  ; MS serial wheel mouse
  37. %*pnp0f0b.DeviceDesc%=PS2_Filtr_Inst,*PNP0F0B,ACPI\PNP0F0B,BIOS\PNP0F0B     ; MS PS/2 mouse
  38. %*pnp0f0f.DeviceDesc%=Ser_Filtr_Inst,*PNP0F0F,SERENUM\PNP0F0F  ; MS serial BallPoint
  39. %*pnp0f13.DeviceDesc%=PS2_Filtr_Inst,*PNP0F13,ACPI\PNP0F13,BIOS\PNP0F13     ; MS PS/2 mouse
  40.  
  41. %MSH0001.DevDesc%=Ser_Filtr_Inst,MSH0001        ; MSH0001 - Serial IntelliMouse
  42. %SERENUM\MSH0001.DevDesc%=Ser_Filtr_Inst,SERENUM\MSH0001
  43.  
  44. %MSH0004.DevDesc%=Ser_Filtr_Inst,MSH0004        ; MSH0004 - Serial IntelliMouse Trackball
  45. %SERENUM\MSH0004.DevDesc%=Ser_Filtr_Inst,SERENUM\MSH0004
  46.  
  47. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0009
  48. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_001E
  49. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0023
  50. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0024
  51. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0025
  52. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0029
  53. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0039
  54. %HID_DEVICE_SYSTEM_MOUSE%=USB_Dev_Inst, USB\Vid_045E&Pid_0040
  55. %HID\Vid_045E&Pid_0009.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0009
  56. %HID\Vid_045E&Pid_001E.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_001E
  57. %HID\Vid_045E&Pid_0023.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0023
  58. %HID\Vid_045E&Pid_0024.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0024
  59. %HID\Vid_045E&Pid_0025.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0025
  60. %HID\Vid_045E&Pid_0029.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0029
  61. %HID\Vid_045E&Pid_0039.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0039
  62. %HID\Vid_045E&Pid_0040.DeviceDesc%=HID_Filtr_Inst, HID\Vid_045E&Pid_0040
  63.  
  64. ; -------------- PS/2 Mouse
  65. [PS2_Filtr_Inst]
  66. ; Get the standard stuff from MsMouse.inf
  67. Include=msmouse.inf
  68. Needs=MSPS2
  69. CopyFiles = MSMouse_CopyFiles
  70.  
  71. ; -------------- Serial Mouse
  72. [Ser_Filtr_Inst]
  73. ; Get the standard stuff from MsMouse.inf
  74. Include=msmouse.inf
  75. Needs=MSSerPnP
  76. CopyFiles = MSMouse_CopyFiles
  77.  
  78. ; -------------- Inport Mouse
  79. [Inp_Filtr_Inst]
  80. ; Get the standard stuff from MsMouse.inf
  81. Include=msmouse.inf
  82. Needs=MSInP
  83. CopyFiles = MSMouse_CopyFiles
  84.  
  85. ; -------------- HID Mouse
  86. [HID_Filtr_Inst]
  87. ; Get the standard stuff from MsMouse.inf
  88. Include=msmouse.inf
  89. Needs=HIDMouse
  90. CopyFiles = MSMouse_CopyFiles
  91.  
  92. [USB_Dev_Inst]
  93. ; Get standard USB stuff from HIDDev.Inf
  94. Include=hiddev.inf
  95. Needs=USBHIDDevice
  96.  
  97. ; -------------- Bus Mouse
  98. [Bus_Filtr_Inst]
  99. ; Get the standard stuff from MsMouse.inf
  100. Include=msmouse.inf
  101. Needs=MSBus
  102. CopyFiles = MSMouse_CopyFiles
  103.  
  104. [MSMouse_CopyFiles]
  105. msmouse.vxd
  106.  
  107. ; Localizable strings
  108. [Strings]
  109.  
  110. Provider =          "Microsoft"
  111. Microsoft         = "Microsoft"
  112. IPOINTCD          = "IntelliPoint CD"
  113.  
  114. *pnp0f00.DeviceDesc      = "Microsoft Bus Adapter Mouse (IntelliPoint)"
  115. *pnp0f01.DeviceDesc      = "Microsoft Serial Mouse (IntelliPoint)"
  116. *pnp0f02.DeviceDesc      = "Microsoft InPort Adapter Mouse (IntelliPoint)"
  117. *pnp0f03.DeviceDesc      = "Microsoft PS/2 Port Mouse (IntelliPoint)"
  118. *pnp0f09.DeviceDesc      = "Microsoft Serial BallPoint (IntelliPoint)"
  119. *pnp0f0a.DeviceDesc      = "Microsoft Serial IntelliMouse (IntelliPoint)"
  120. *pnp0f0b.DeviceDesc      = "Microsoft PS/2 Port Mouse (IntelliPoint)"
  121. *pnp0f0f.DeviceDesc      = "Microsoft Serial BallPoint (IntelliPoint)"
  122. *pnp0f13.DeviceDesc      = "Microsoft PS/2 Port Mouse (IntelliPoint)"
  123. MSH0001.DevDesc="Microsoft Serial Mouse with Wheel (IntelliPoint)"
  124. SERENUM\MSH0001.DevDesc="Microsoft Serial Mouse with Wheel (IntelliPoint)"
  125. MSH0004.DevDesc="Microsoft Serial IntelliMouse Trackball (IntelliPoint)"
  126. SERENUM\MSH0004.DevDesc="Microsoft Serial IntelliMouse Trackball (IntelliPoint)"
  127. HID\VID_045E&PID_0009.DeviceDesc="Microsoft USB IntelliMouse (IntelliPoint)"
  128. HID\VID_045E&PID_001E.DeviceDesc="Microsoft USB IntelliMouse Explorer (IntelliPoint)"
  129. HID\VID_045E&PID_0023.DeviceDesc="Microsoft USB Trackball Optical (IntelliPoint)"
  130. HID\VID_045E&PID_0024.DeviceDesc="Microsoft USB Trackball Explorer (IntelliPoint)"
  131. HID\VID_045E&PID_0025.DeviceDesc="Microsoft USB IntelliMouse w/IntelliEye (IntelliPoint)"
  132. HID\VID_045E&PID_0029.DeviceDesc="Microsoft USB IntelliMouse Web (IntelliPoint)"
  133. HID\VID_045E&PID_0039.DeviceDesc="Microsoft USB IntelliMouse Optical (IntelliPoint)"
  134. HID\VID_045E&PID_0040.DeviceDesc="Microsoft USB Wheel Mouse Optical (IntelliPoint)"
  135. HID_DEVICE_SYSTEM_MOUSE="HID-compliant mouse"
  136.  
  137.  
  138. ; Standard defs
  139. SPSVCINST_TAGTOFRONT  = 0x00000001
  140. SPSVCINST_ASSOCSERVICE= 0x00000002
  141. SERVICE_KERNEL_DRIVER = 1
  142. SERVICE_BOOT_START    = 0
  143. SERVICE_SYSTEM_START  = 1
  144. SERVICE_AUTO_START    = 2
  145. SERVICE_DEMAND_START  = 3
  146. SERVICE_ERROR_NORMAL  = 1
  147. SERVICE_ERROR_IGNORE  = 0
  148. REG_EXPAND_SZ         = 0x00020000
  149. REG_DWORD             = 0x00010001
  150. REG_SZ                = 0x00000000
  151.